projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2c3a9
)
Remove some direct access to GdkDragContext members
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Dec 2010 01:36:23 +0000
(20:36 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:56 +0000
(12:06 -0500)
gtk/gtkclipboard.c
patch
|
blob
|
history
diff --git
a/gtk/gtkclipboard.c
b/gtk/gtkclipboard.c
index 245d1049e0ff47f05a2060211a25b76c36226e34..0c4063934e4d9ee4aed590f791c9351f0488a0c4 100644
(file)
--- a/
gtk/gtkclipboard.c
+++ b/
gtk/gtkclipboard.c
@@
-301,7
+301,7
@@
gtk_clipboard_get_for_display (GdkDisplay *display,
{
g_return_val_if_fail (display != NULL, NULL); /* See bgo#463773; this is needed because Flash Player sucks */
g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
- g_return_val_if_fail (!
display->closed
, NULL);
+ g_return_val_if_fail (!
gdk_display_is_closed (display)
, NULL);
return clipboard_peek (display, selection, FALSE);
}